mybatis 报Invalid bound statement(not found) 和 Property 'mapperLocations' was not specified or not ma
排除问题的步骤: 1.首先检查mapper文件和mapper接口的文件名是否相等。 2.pom.xml是否把xml排除了,这样写就会src/main/java下所有的Mybatis的xml文件都删 ...